projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ccdff
)
(parse-time-rules): Mark it as risky.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Nov 2002 04:57:40 +0000
(
04:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Nov 2002 04:57:40 +0000
(
04:57
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 3ac53dc820fc5e9770d65e725e1f2f79f965e877..1a7d54b61a7995983cf8928f0c413fdab5e1496a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2071,6
+2071,7
@@
is specified, returning t if it is specified."
(put 'mode-line-position 'risky-local-variable t)
(put 'mode-name 'risky-local-variable t)
(put 'display-time-string 'risky-local-variable t)
+(put 'parse-time-rules 'risky-local-variable t)
;; This case is safe because the user gets to check it before it is used.
(put 'compile-command 'safe-local-variable 'stringp)